-
Notifications
You must be signed in to change notification settings - Fork 185
Ensure Quark runs with a compatible Rizin #337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Ensure Quark runs with a compatible Rizin #337
Conversation
Hello @haeter525! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2022-09-08 09:42:13 UTC |
This pull request introduces 1 alert when merging 96dcd7c into 155e76c - view on LGTM.com new alerts:
|
759d29f
to
f8e71a8
Compare
Codecov ReportBase: 76.99% // Head: 77.61% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #337 +/- ##
==========================================
+ Coverage 76.99% 77.61% +0.61%
==========================================
Files 60 60
Lines 4456 4788 +332
==========================================
+ Hits 3431 3716 +285
- Misses 1025 1072 +47
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Hi @haeter525, I suggest we can adjust it to:
In that case, we don't need to add new click options |
Thanks for the suggestion, @pulorsok. |
This pull request introduces 1 alert when merging 6a2042b into 871e798 - view on LGTM.com new alerts:
|
da4fdcd
to
2489919
Compare
Description
Fix #332.
This PR aims to -
It consists of three steps to find a Rizin executable.
Note that a user can use the flag
--disable-rizin-installation
to disable the installation of the independent Rizin.In this way, Quark will terminate the execution if no compatible Rizin exists.
Test Plans